Fork me on GitHub

FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 2.0.1

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
44 4 0 0

org.apache.maven.surefire.junitcore.ConcurrentRunListener

Bug Category Details Line Priority
Found reliance on default encoding in org.apache.maven.surefire.junitcore.ConcurrentRunListener.writeTestOutput(byte[], int, int, boolean): new String(byte[], int, int) I18N DM_DEFAULT_ENCODING 210 High

org.apache.maven.surefire.junitcore.LogicalStream$Entry

Bug Category Details Line Priority
Found reliance on default encoding in org.apache.maven.surefire.junitcore.LogicalStream$Entry.toString(): new String(byte[], int, int) I18N DM_DEFAULT_ENCODING 61 High
Should org.apache.maven.surefire.junitcore.LogicalStream$Entry be a _static_ inner class? PERFORMANCE SIC_INNER_SHOULD_BE_STATIC 45-66 Medium

org.apache.maven.surefire.junitcore.pc.ParallelComputerBuilder$PC

Bug Category Details Line Priority
Potentially dangerous use of non-short-circuit logic in org.apache.maven.surefire.junitcore.pc.ParallelComputerBuilder$PC.determineThreadCounts(long, long, long) STYLE NS_DANGEROUS_NON_SHORT_CIRCUIT 317 High